home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000718_timbl@dxcern.cern.ch _Tue Mar 2 23:02:03 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <timbl@dxcern.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA22406; Tue, 2 Mar 93 23:02:03 MET
  4. Received: from dxcern.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA04482; Tue, 2 Mar 1993 23:19:27 +0100
  6. Received: by dxcern.cern.ch (5.65/DEC-Ultrix/4.3)
  7.     id AA04781; Tue, 2 Mar 1993 23:18:24 +0100
  8. Date: Tue, 2 Mar 1993 23:18:24 +0100
  9. From: timbl@dxcern.cern.ch (Tim Berners-Lee)
  10. Message-Id: <9303022218.AA04781@dxcern.cern.ch>
  11. To: marca@ncsa.uiuc.edu, putz.parc@xerox.com
  12. Subject: Re: Reading news via WWW browsers
  13. Cc: www-talk@nxoc01.cern.ch
  14.  
  15. First important point is that with the new library, the
  16. same software modules will be pluggable into clients or
  17. servers. The local file reading in the client will be
  18. the same as the file reading in the server. Same with newsm
  19. so you can chose what you put into a gateway and what goes
  20. straight into the client. And given that each module turns
  21. out (TIN may be bigger) to be pretty small I know where I
  22. will want the code -- I will want my client to be able
  23. to handle anything without recourse to a gateway. (I have
  24. more than 640k.)  But I also know that I'll want to set
  25. up gateways for everything for situations like being
  26. on the end of a phone line without SLIP, or being in
  27. a .com like PARC which requires a gateway. 
  28.  
  29. If someone IS going to hack TIN into a news access module,
  30. please merge it with the NEW one not the old -- WWWizards
  31. can look at 
  32. http://info.cern.ch/hypertext/WWW/Library/HTNews.c
  33. (the directory is browsable) but only for reference ..
  34. don't build anyting till the files are all released.
  35.  
  36. BTW the line mode browser worked with the new library,
  37. now I am putting in MIME parsing and HTTP2 so it is in peices again.
  38.  
  39. Tim BL